﻿@charset "utf-8";

/* CSS Document */
body>div {
	margin-right: auto;
	margin-left: auto;
}

body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
	margin: 0;
	padding: 0;
	list-style: none;
}

body {
	background: #fff;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	F font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	outline: none;
}

input::-moz-focus-inner {
	border: none;
	padding: 0;
}

select,
input,
button {
	vertical-align: middle;
	border: none;
	outline: none;
}

select,
input,
textarea {
	font-size: 14px;
	margin: 0;
	border: none;
}

input[type="text"],
input[type="password"],
textarea {
	outline-style: none;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	font-size: 12px;
	padding: 0
}

img,
a img {
	border: 0;
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

a {
	outline-style: none;
	text-decoration: none;
	color: #333;
}


/***顶部***/
.sy25_top {
	background: url(../index/img/top_bk.jpg) no-repeat;
	background-size: 100% 100%;
	height: 400px;
	overflow: hidden;
}

.sy25top_text {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.sy25top_le {
	float: left;
	color: #fff;
	line-height: 40px;
}

.sy25top_le a {
	color: #fff;
}

.sy25top_ri {
	float: right;
	color: #fff;
	line-height: 40px;
}

.sy25top_con {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.sy25top_logo {
	margin-top: 20px;
}

.search {
	width: 460px;
	margin: 20px auto;
	overflow: hidden;
}

.search_ri {
	width: 110px;
	background: #e86c14;
	float: right;
	font-size: 18px;
	color: #fff;
	line-height: 46px;
	text-align: center;
	padding: 0 20px;

}

.search_in1 {
	float: left;
	width: 338px;
	height: 46px;
	font-size: 16px;
	padding-left: 10px;
}

.hot_sear {
	margin-top: 50px;
	text-align: left;
	color: #fff;
}

.hot_sear span {
	padding: 0 5px;
}

.hot_sear a {
	color: #fff;
}

/**导航**/
.nav {
	height: 50px;
	line-height: 50px;
	background: #1b7bfe;
}

.nav_con {
	width: 1200px;
	margin: 0 auto;

}

.nav ul {
	*zoom: 1;
	list-style: none;
}

.navle {
	float: left;
}

.nav ul:before,
.nav ul:after {
	content: "";
	display: table;
}

.nav ul:after {
	clear: both;
}

.nav ul>li {
	float: left;
	position: relative;
}

.nav a {
	display: block;
	padding: 0 16px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
}

.nav a:hover {
	text-decoration: none;
	background: #62a4ff;
	transition: all .7s ease 0s;
}

.nav li ul {
	background: #2196f3;
}

.nav li ul li {
	width: 200px;
}

.nav li ul a {
	border: none;
}

.nav li ul a:hover {
	background-color: rgba(148, 235, 253, 0.70);
	color: #000;
	font-weight: bold;
}

.nav5 ul>li:hover ul {
	max-height: 1000px;
	-webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
}

.nav5 li ul {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 1;
	max-height: 0;
	overflow: hidden;
	-webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
	-webkit-transform-origin: 50% 0;
	-webkit-transition: 350ms;
	-moz-transition: 350ms;
	-o-transition: 350ms;
	transition: 350ms;
}

.sy25_zhud {
	float: right;
}

.sy25_zhuc {
	background: #62a4ff;
	padding: 2px 15px;
	color: #fff;
	border-radius: 100px;
	line-height: 30px !important;
	margin-top: 8px;
	overflow: hidden;
}

.sy25_zhuc a {
	display: inline-block;
	float: left;
	line-height: 30px !important;
	padding: 0;
}

/******主体内容******/
.sy25_main {
	background: url(../index/img/main_bk.jpg) no-repeat;
	overflow: hidden;
}

.sy25_1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

/**新闻动态**/
.sy25_news {
	background: #e8f2ff;
	margin-top: 20px;
	overflow: hidden;
}

.news_le {
	width: 950px;
	float: left;
	padding: 15px;
	background: #e8f2ff;
	overflow: hidden;
}

.nesle_img {
	float: left;
	margin-right: 15px;
	width: 138px;
	height: 138px;
	overflow: hidden;
}

.nesle_text {
	width: 790px;
	float: right;
	overflow: hidden;
}

.scrollDiv {
	height: 100px;
	line-height: 40px;
	overflow: hidden;
}

.scrollDiv li {
	height: 40px;
	height: 40px;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 96%;

}

.scrollDiv li a {
	color: #135ec3;
}

.lb_l,
.lb_r {
	top: 50%;
}


.news_ri {
	width: 200px;
	margin-top: 20px;
	float: right;
	text-align: right;
	overflow: hidden;
}

.syne_img {
	width: 179px;
	height: 63px;
	display: block;
}

/**箭头更多**/
.innew_more {
	float: right;
	text-align: right;
	font-size: 20px;
}

.mr1 {
	color: #f05436 !important;
}

.mr2 {
	color: #f8a183 !important;
}

.mr3 {
	color: #fedbbe !important;
}

.mr4 {
	color: #389afe !important;
}

.mr5 {
	color: #75b9ff !important;
}

.mr6 {
	color: #95c9ff !important;
}

.indk_more {
	float: right;
	text-align: right;
	font-size: 16px;
	color: #2a87f0;
}


/**轮播公告**/
.sy25_tzlu {
	margin-top: 20px;
	overflow: hidden;
}

.sy25_lun {
	float: left;
	width: 500px;
	overflow: hidden;
}

.focus {
	margin: 0 auto;
}

/**通知公告**/
.sy25_con {
	overflow: hidden;
}

.sy25_tzgg {
	float: right;
	width: 690px;
	overflow: hidden;
}

.innew_name {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #2a87f0;
}

.innew_name span {
	color: #333;
}

.innew_more {
	float: right;
	text-align: right;
	font-size: 20px;
}

.mr4 {
	color: #389afe !important;
}

.mr5 {
	color: #75b9ff !important;
}

.mr6 {
	color: #95c9ff !important;
}

.innewdt_list {
	float: left;
	font-size: 18px;
	margin-top: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

.innewdt_list span {
	width: 4px;
	height: 4px;
	display: block;
	float: left;
	background: #2a87f0;
	margin-right: 10px;
	margin-top: 11px;
}

.innewdt_time {
	float: right;
	font-size: 16px;
	text-align: right;
	color: #999;
	margin-top: 22px;

}

/*新闻动态第一条*/
.newone {
	overflow: hidden;
	margin-top: 30px;
}

.neone_le {
	float: left;
	width: 70px;
	height: 70px;
	background: #2a87f0;
	margin-right: 10px;
}

.neone_nian {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
	margin-top: 2px;
	text-align: center;
}

.neone_yue {
	font-size: 16px;
	color: #fff;
	margin-top: 2px;
	text-align: center;
}

.neone_title {
	margin-top: 10px;
	float: left;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
	font-weight: bold;
}

.neone_ritime {
	font-size: 16px;
	color: #999;
	margin-top: 40px;
}

/**政策搜索**/
.zc_ser {
	width: 1200px;
	height: 136px;
	background: url(../index/img/zcss_bk.jpg) no-repeat;
	margin-top: 20px;
	overflow: hidden;
}

.zc_inall {
	margin-left: 310px;
	width: 850px;
	padding: 22px 0;
}

.zcin_le {
	float: left;
	width: 760px;
	overflow: hidden;
}

.zcin_ri {
	float: right;
	width: 80px;
	overflow: hidden;
	background: #0588ff;
	height: 90px;
	font-size: 18px;
	color: #fff;
	line-height: 90px;
	text-align: center;
	margin-top: 2px;
}

.sea_all {
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 10px;
}

.sea_le {
	width: 80px;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 40px;

}

.sea_ri {
	width: 680px;
	float: right;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 40px;
}

.sea_in1 {
	width: 680px;
	height: 40px;
	border: 1px solid #ddd;
	padding-left: 15px;
	font-size: 14px;
}

.seain_ri {
	width: 160px;
	float: right;
	overflow: hidden;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.sea_in2 {
	width: 160px;
	height: 40px;
	border: 1px solid #ddd;
	padding-left: 15px;
	font-size: 14px;
}

.sea_san {
	width: 240px;
	float: left;
	overflow: hidden;
}

/**政策列表**/
.zclist_all {
	margin-top: 10px;
	overflow: hidden;
}

.zclist_le {
	width: 780px;
	float: left;
	overflow: hidden;
}

.slideTxtBox {
	width: 780px;
	overflow: hidden;
}

.slideTxtBox .hd {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #90c7ff;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	top: -1px;
	height: 50px;
}

.slideTxtBox .hd ul li {
	float: left;
	font-size: 18px;
	color: #67a7ff;
	padding: 0 15px;
	cursor: pointer;
}

.slideTxtBox .hd ul li.on {
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	color: #1b7bfe;
	background: #fff;
	border-bottom: 2px solid #36a8ff;
}

.slideTxtBox .bd ul {
	zoom: 1;
	overflow: hidden;
}

.slideTxtBox .bd li {
	margin-top: 25px;
	overflow: hidden;
}

.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}

.zcnrall_list {
	float: left;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

.zcnrall_list span {
	width: 4px;
	height: 4px;
	display: block;
	float: left;
	background: #2a87f0;
	margin-right: 10px;
	margin-top: 16px;
}

.zcnrall_time {
	float: right;
	font-size: 16px;
	text-align: right;
	color: #999;
}


.zclist_ri {
	width: 400px;
	float: right;
	overflow: hidden;
}

.zcfl_all {
	margin: 27px 0;
	overflow: hidden;
}

.zcfl_le {
	float: left;
	width: 160px;
	height: 50px;
	padding: 0 15px;
	border-radius: 5px;
	border: 1px solid #64a6ff;
}

.zcfl_ri {
	float: right;
	width: 160px;
	height: 50px;
	padding: 0 15px;
	border-radius: 5px;
	border: 1px solid #64a6ff;
}

.zcfl_txt {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #0588eb;
	line-height: 50px;
}

.zcfl_img {
	float: right;
	width: 34px;
	height: 34px;
	margin-top: 3px;
	display: block;
}

.zcgg_img {
	width: 400px;
	display: block;
	overflow: hidden;
}

/***非法集资***/
.ffjz {
	width: 1200px;
	height: 125px;
	overflow: hidden;
	display: block;
	margin: 20px 0;
}

/****服务项目****/
.infwxm_con {
	margin-top: 20px;
	overflow: hidden;
}

.infwxm_le {
	float: left;
	width: 75%;
	overflow: hidden;
}

.infwxm_ri {
	float: right;
	width: 120px;
	height: 40px;
	border-radius: 7px;
	background: #2a87f0;
	text-align: center;
	color: #fff;
	line-height: 40px;
	overflow: hidden;
	margin-top: 17px;
}

.iinfwxm_title {
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
}

.iinfwxm_title span {
	background: #ecf4ff;
	padding: 2px 10px;
	color: #2a87f0;
	font-size: 14px;
	margin-left: 15px;
}

.infwxm_text {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 24px;
    height:47px;
}

.infwxm_time {
	border-radius: 100px;
	font-size: 14px;
	background: #ecf4ff;
	padding: 5px 15px;
	color: #2a87f0;
	display: inline-block;
}

.eight_all {
	margin-top: 20px;
	overflow: hidden;
}

.eight_nr {
	width: 165px;
	height: 90px;
	background: #ddd;
	float: left;
	margin: 5px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	line-height: 90px;
	padding-left: 20px;
	overflow: hidden;
}

.eight1_img {
	background: url(../index/img/ff1.jpg) no-repeat;
	background-size: 100% 100%;
}

.eight2_img {
	background: url(../index/img/ff2.jpg) no-repeat;
	background-size: 100% 100%;
}

.eight3_img {
	background: url(../index/img/ff3.jpg) no-repeat;
	background-size: 100% 100%;
}

.eight4_img {
	background: url(../index/img/ff4.jpg) no-repeat;
	background-size: 100% 100%;
}

.eight5_img {
	background: url(../index/img/ff5.jpg) no-repeat;
	background-size: 100% 100%;
}

.eight6_img {
	background: url(../index/img/ff6.jpg) no-repeat;
	background-size: 100% 100%;
}

.eight7_img {
	background: url(../index/img/ff7.jpg) no-repeat;
	background-size: 100% 100%;
}

.eight8_img {
	background: url(../index/img/ff8.jpg) no-repeat;
	background-size: 100% 100%;
}

/*右侧飘窗*/
.con_pc {
    position: absolute;
    left: 1575px;
    z-index: 10;
    margin-top:20px;
}
    .con_pc img {
    display:block;
    width:100%;
    margin-bottom:10px;
    }

/*找贷款*/
.zhao_dktop {
	width: 100%;
	font-size: 24px;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	background: url(../index/img/zhaodk.jpg) no-repeat;
}

.zhao_list {
	height: 480px;
	background: #ddebfe;
	padding: 0 20px;
	overflow: hidden;
}

.zhao_cplist {
	background: #fff;
	padding: 10px;
	box-shadow: -2px 2px 14px -2px rgb(190 219 255);
	overflow: hidden;
	margin: 12px 0;
}

.zhao_logo {
	float: left;
	width: 60px;
	height: 46px;
	border: 1px solid #ddebfe;
	overflow: hidden;
}

.zhao_logo img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.zhao_cpnr {
	float: right;
	width: 270px;
	overflow: hidden;
}

.zhao_txt {
	width: 170px;
	float: left;
	overflow: hidden;
}

.zhtxt_tit {
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	font-weight: bold;
}

.zhtxt_jine {
	font-size: 18px;
	margin-top: 5px;
	color: #ff5b48;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	font-weight: bold;
}

.zhtxt_jine span {
	font-weight: normal;
	color: #333;
	font-size: 14px;
}

.zhtxt_but {
	float: right;
	width: 100px;
	height: 36px;
	border-radius: 7px;
	background: #2a87f0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	overflow: hidden;
	margin-top: 10px;
}

.zhao_dkall {
	overflow: hidden;
}

.zhao_shju {
	margin-top: 10px;
	overflow: hidden;
}

.zhao_name {
	float: left;
	font-size: 14px;
	overflow: hidden;
}

.zhao_data {
	float: right;
	font-size: 16px;
	overflow: hidden;
}

/*****企业办事****/
.qyban {
	margin-top: 10px;
	width: 780px;
	height: 90px;
	display: block;
}

.qybs_all {
	background: #ebf4ff;
	height: 50px;
	padding: 0 20px;
	margin-top: 10px;
	overflow: hidden;
}

.qyb_le {
	float: left;
	width: 400px;
	color: #333;
	font-size: 16px;
	line-height: 40px;
}

.qyb_ri {
	float: right;
	width: 230px;
	overflow: hidden;
}

.qybs_bt {
	float: right;
	margin-left: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.qybs_img {
	float: left;
	width: 20px;
	height: 20px;
	display: block;
	margin-right: 5px;
}

.qybs_txr {
	float: left;
	font-size: 16px;
	color: #2a87f0;
	line-height: 40px;
}

.sqbk {
	width: 400px;
	height: 390px;
	margin-top: 10px;
	display: block;
}

/*中小企业宣传月专题*/
.wrapper {
	width: 1200px;
	margin: 15px 0;
}

/* focus */
.focus_zt {
	width: 1200px;
	height: 125px;
	overflow: hidden;
	position: relative;
}

.focus_zt ul {
	height: 125px;
	position: absolute;
}

.focus_zt ul li {
	float: left;
	width: 1200px;
	height: 125px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.focus_zt ul li div {
	position: absolute;
	overflow: hidden;
}


.focus_zt .btn {
	position: absolute;
	width: 240px;
	height: 20px;
	right: 10px;
	bottom: 10px;
	text-align: right;
}

.focus_zt .btn span {
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 20px;
	height: 20px;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-left: 5px;
	cursor: pointer;
	background: #fff;
}


.focus_zt .btn span.on {
	background: #fff;
}

.focus_zt .pre {
	left: 0;
}

.focus_zt .next {
	right: 0;
	background-position: right top;
}

/***找人才***/
.zhrc_le {
	width: 590px;
	float: left;
	overflow: hidden;
}

.zhrc_all {
	background: #f1f7ff;
	padding: 10px;
	margin: 10px 0;
	overflow: hidden;
}

.zhrc_zm {
	width: 450px;
	float: left;
	overflow: hidden;
}

.zhrc_tit {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
}

.zhrc_tit span {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
}

.zharc_gz {
	font-size: 18px;
	color: #ff2400;
	font-weight: bold;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	font-weight: bold;
	margin: 10px 0;
}

.zharc_gz span {
	color: #333;
	font-size: 16px;
	font-weight: normal;
	padding-left: 10px;
	font-size: 16px;
}

.zharc_bz {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
}

.zharc_bq {
	border-radius: 2px;
    border: 1px solid #dbdbdb;
    padding: 1px 8px;
    color: #687788;
    float: left;
    font-size: 14px;
    margin-right: 10px;
}

.zhrc_bot {
	overflow: hidden;
}

.zhrcbo_le {
	float: left;
	width: 289px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: linear-gradient(to right, #0b8aff, #4dacff);
	;
	overflow: hidden;
}

.zhrcbo_ri {
	float: right;
	width: 289px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background: linear-gradient(to right, #ff6b01, #ff9600);
	;
	overflow: hidden;
}

.zhrc_ym {
	float: right;
	width: 100px;
	height: 36px;
	border-radius: 7px;
	background: #2a87f0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	overflow: hidden;
	margin-top: 40px;
}

/***找课程***/
.zhkc_ri {
	width: 590px;
	float: right;
	overflow: hidden;
}

.zhkc_all {
	padding: 10px 10px 0 10px;
	overflow: hidden;
}

.zhaoke_list {
	float: left;
	width: 245px;
	height: 193px;
	padding: 10px;
	margin: 10px 10px 0 10px;
	overflow: hidden;
	background: #f1f1f1;
}

.video-container {
	position: relative;
}

.video-container video {
	width: 100%;
	height: 165px;
}

.ship_tbri {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 60px;
	left: 100px;
	z-index: 1;
}

.video-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 165px;
}

.zhaoke_shortit {
	position: relative;
	font-size: 14px;
	text-align: center;
	line-height: 15px;
	height: 24px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	margin: 0 auto;
	padding-top: 4px;
}


/*找市场*/
.zhaosc_all {
	margin-top: 20px;
	overflow: hidden;
}

.zhaosc_le {
	width: 800px;
	float: left;
	overflow: hidden;
}

.zhaosc_list {
	float: left;
	width: 360px;
	height: 235px;
	overflow: hidden;
	margin: 0 40px 40px 0;
	background: #fff;
}

.zhaosc_list img {
	width: 100%;
	height: 150px;
	display: block;
}

.zhaosc_tit {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 46px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 98%;
}

.zhaosc_name {
	font-size: 16px;
	text-align: center;
	line-height: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zhaosc_ri {
	width: 390px;
	height: 530px;
	float: right;
	background: #fff;
	overflow: hidden;
}

.zhaosc_top {
	background: #217af0;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 22px;
}

/*实时动态滚动*/
#scrollDiv {
	line-height: 25px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 40px;

}

.scdt {
	background: #f5f5f5;
	padding: 20px 0;
	overflow: hidden;
}

#scrollDiv li {
	height: 90px;
	cursor: pointer;

}

#scrollDiv li span {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	display: block;
}

/***专题推荐****/
.picCenter {
	width: 1160px;
	margin: 0 auto;
	margin-top: 30px;
}

.xinxiIcon {
	margin: 0 0 -20px auto;
}

.xinxiIcon img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.photo_img img {
	box-sizing: border-box;
	border: 1px solid #fff;
	transition: all .7s ease 0s;

}

.photo_img img:hover {
	box-sizing: border-box;
	border: 1px solid #023246;
	box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
	-webkit-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
	-moz-box-shadow: 1px 0px 15px -3px rgba(0, 0, 0, 0.53);
}

.photo_nr {
	display: flex;
	align-items: center;
	width: 1160px;
	margin: 15px auto;
}


.photo_nr ul li {
	float: left;
	margin: 0 15px;
	line-height: 30px;
	text-align: center;
	width: 280px;
	height: 180px;
	overflow: hidden;
}

.photo_nr p {
	text-align: center;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 95%;
	line-height: 20px;
}

.photo_nr ul li img {
	width: 100%;
	height: 150px;
}

#LeftArr {
	width: 38px;
	height: 35px;
	margin-left: -15px;
	text-decoration: none;
	color: #fff;
	background: #2a87f0;
	border-radius: 100px;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	position: relative;
	top: -138px;
	left: 1080px;
}

.chsz {
	color: #ef3c20 !important;
}

.lvsz {
	color: #00a780 !important;
}

#RightArr {
	width: 38px;
	height: 35px;
	margin-right: -15px;
	text-decoration: none;
	color: #fff;
	background: #2a87f0;
	border-radius: 100px;
	font-size: 20px;
	text-align: center;
	line-height: 35px;
	position: relative;
	top: -138px;
	right: 22px;
}

.listRotation {
	border: 1px solid #ecf4fe;
}


/*友情链接*/
.link_con {
	width: 100%;
	background: url(../index/img/link_bg.jpg) no-repeat;
	margin: 15px 0;
	margin-bottom: 0;
	padding: 60px 0;
}

.link_all {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 18px;
	color: #333;
	line-height: 32px;
	font-weight: bold;
}

.link_all span {
	font-size: 16px;
	color: #333;
	font-weight: 400;
}


/*****底部***/
.chain {
	clear: both;
	width: 1000px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin: 30px auto;
	background: #f5f5f5;
	font-size: 14px;
}

.syf_all {
	width: 1200px;
	margin: 50px auto;
	overflow: hidden;
}

.syfoot {
	overflow: hidden;
	background: #2a87f0;
}

.sfoot_le {
	width: 150px;
	float: left;
	overflow: hidden;
	padding-top: 80px;
}

.sfoot_le img {
	width: 138px;
	height: 72px;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
}

.sfoot_mil {
	width: 570px;
	background: #3b95fc;
	margin: 0 60px;
	float: left;
	overflow: hidden;
	padding: 20px;
}

.sf_wz {
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	text-align: center;
}

.sfoot_ri {
	width: 320px;
	float: right;
	padding-top: 80px;
	overflow: hidden;
}

.sfri_le {
	float: left;
	overflow: hidden;
}

.sfri_ri {
	float: right;
	overflow: hidden;
}

.sfoot_ri img {
	width: 100%;
	display: block;
	margin: 0 auto;
}

.qyss {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.sy1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}